home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Phreaking⁄Wardialers / Phreaking texts / NullModem.txt < prev    next >
Text File  |  1999-01-28  |  2KB  |  53 lines

  1. The following drawing is how wiring for a "null modem" is done, regardless
  2. of computers in use.
  3. The pin numbers refer to the "RS-232" pin designations (most 25 pin
  4. connectors on computers are RS-232 configuration).
  5.              Computer #1                      Computer #2
  6.                 Pin #                            Pin #
  7.              ===========                      ===========
  8.                   2 ----------------------------- 3
  9.                   3 ----------------------------- 2
  10.                   4 --\                        /--4
  11.                   5 ---|connect these together|---5
  12.                   8 --/                        \--8
  13.                   6 \_  connect these together  _/6
  14.                   20/                            \20
  15.                   7-------------------------------7
  16.               NOTE:  Do NOT tie the common lines (IE. 4,5,8 or 6,20)
  17.                      from one computer to the other, just make the
  18.                      common tie in the respective connector.
  19. Transferring Files
  20. ------------------
  21. To transfer files between two different TYPEs of computers (IE. IBM PC and
  22. MAC) you can simply use a terminal program on each computer (set to the
  23. specific communications port) and use that software to transfer info using
  24. a standard file transfer protocol.
  25. If you are using MS/PC-DOS machines the following will work (assuming COM1
  26. is being used on both machines):
  27.         Type the following information on BOTH machines:
  28.         MODE 9600,N,8,1 <ENTER>
  29.         Type the following information on the RECEIVING computer (this will
  30.         tell the computer to take the information FROM COM1 and put it into
  31.         a file called FILENAME.TXT on C: drive):
  32.         COPY COM1:  C:FILENAME.TXT
  33.         Type the following information on the SENDING computer (this will
  34.         send a file called FILENAME.TXT on C: drive to COM1):
  35.         COPY C:FILENAME.TXT COM1:
  36.         When the file transfer is done, the receiving computer will display
  37.         a message indicating the file was copied successfully.
  38. Macs support higher baud rates.  Zmodem is faster than Xmodem or Ymodem.
  39. If you don't have Zmodem, Xmodem with 1K blocks is faster than standard 
  40. 128 Byte Xmodem.  Ymodem and Zmodem batch can specify a group of files
  41. to transfer.